added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / CSASPNETTheme / CSASPNETTheme.csproj
blobc969e03dc9a1f7528f1a0999dd19559975a08ae2
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{BD387C68-A41C-4438-8AC2-0419CCB95A91}</ProjectGuid>
9     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10     <OutputType>Library</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <RootNamespace>CSASPNETTheme</RootNamespace>
13     <AssemblyName>CSASPNETTheme</AssemblyName>
14     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15     <FileUpgradeFlags>
16     </FileUpgradeFlags>
17     <UpgradeBackupLocation>
18     </UpgradeBackupLocation>
19     <OldToolsVersion>3.5</OldToolsVersion>
20     <TargetFrameworkProfile />
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23     <DebugSymbols>true</DebugSymbols>
24     <DebugType>full</DebugType>
25     <Optimize>false</Optimize>
26     <OutputPath>bin\</OutputPath>
27     <DefineConstants>DEBUG;TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>pdbonly</DebugType>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\</OutputPath>
36     <DefineConstants>TRACE</DefineConstants>
37     <ErrorReport>prompt</ErrorReport>
38     <WarningLevel>4</WarningLevel>
39     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
40   </PropertyGroup>
41   <ItemGroup>
42     <Reference Include="System" />
43     <Reference Include="System.Web.Extensions" />
44     <Reference Include="System.Web" />
45   </ItemGroup>
46   <ItemGroup>
47     <Content Include="Default.aspx" />
48     <Content Include="Web.config">
49       <SubType>Designer</SubType>
50     </Content>
51   </ItemGroup>
52   <ItemGroup>
53     <Compile Include="Default.aspx.cs">
54       <SubType>ASPXCodeBehind</SubType>
55       <DependentUpon>Default.aspx</DependentUpon>
56     </Compile>
57     <Compile Include="Default.aspx.designer.cs">
58       <DependentUpon>Default.aspx</DependentUpon>
59     </Compile>
60     <Compile Include="Properties\AssemblyInfo.cs" />
61   </ItemGroup>
62   <ItemGroup>
63     <Content Include="App_Themes\BlueTheme\Skin1.skin" />
64     <Content Include="App_Themes\PinkTheme\Stylesheet1.css" />
65   </ItemGroup>
66   <ItemGroup>
67     <Content Include="App_Themes\BlueTheme\Stylesheet1.css" />
68     <Content Include="App_Themes\PinkTheme\Skin1.skin" />
69     <Content Include="Readme.txt" />
70   </ItemGroup>
71   <ItemGroup>
72     <Folder Include="App_Data\" />
73     <Folder Include="images\" />
74   </ItemGroup>
75   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
76   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
77   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
78        Other similar extension points exist, see Microsoft.Common.targets.
79   <Target Name="BeforeBuild">
80   </Target>
81   <Target Name="AfterBuild">
82   </Target>
83   -->
84   <ProjectExtensions>
85     <VisualStudio>
86       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
87         <WebProjectProperties>
88           <UseIIS>False</UseIIS>
89           <AutoAssignPort>True</AutoAssignPort>
90           <DevelopmentServerPort>8614</DevelopmentServerPort>
91           <DevelopmentServerVPath>/</DevelopmentServerVPath>
92           <IISUrl>
93           </IISUrl>
94           <NTLMAuthentication>False</NTLMAuthentication>
95           <UseCustomServer>False</UseCustomServer>
96           <CustomServerUrl>
97           </CustomServerUrl>
98           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
99         </WebProjectProperties>
100       </FlavorProperties>
101     </VisualStudio>
102   </ProjectExtensions>
103 </Project>